home *** CD-ROM | disk | FTP | other *** search
- global gFollowPathObj
-
- on exitframe me
- if the spriteNum of me <0 then --only if it's a frame script
- set destName=getDestinationName(gFollowPathObj)
- animateSpeaker 117,[destName&".instructions"]
- end if
- end
-
-
- on mouseUp me
- if the spriteNum of me >0 then --only if it's a sprite script
- set destName=getDestinationName(gFollowPathObj)
- animateSpeaker 117,[destName&".instructions"]
- end if
- end
-